home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 1290 then
- unloadMember("bigspec")
- unloadMember("smallspec")
- unloadMember("snake1")
- unloadMember("snake2")
- unloadMember("specbackgrnd")
- go(the frame)
- else
- set the visible of sprite 7 to 0
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(160)
- end
-